home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / shusher.swf / scripts / DefineSprite_129_interface / frame_186 / DoAction.as
Encoding:
Text File  |  2008-08-08  |  185 b   |  6 lines

  1. satisfactionBonus += 10;
  2. tally--;
  3. var x = tally - SatisMeter._currentframe;
  4. SatisMeter.gotoAndStop(SatisMeter._currentframe + Math.round(x / 1.5));
  5. gotoAndPlay(_currentframe - 1);
  6.